home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spy Sweeper Free / ssftrialsnrsetup1_1894289931.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Encoding:
Text File  |  2006-10-20  |  1.3 KB  |  62 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 325
  3.   Top = 258
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 82
  7.   ClientWidth = 320
  8.   Color = clWindow
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblSubscription: TLabel
  23.     Left = 32
  24.     Top = 20
  25.     Width = 146
  26.     Height = 13
  27.     Cursor = crHandPoint
  28.     Caption = 'subscription service: activated'
  29.     ParentShowHint = False
  30.     ShowHint = False
  31.     Transparent = True
  32.   end
  33.   object lblProgramVersion: TLabel
  34.     Left = 32
  35.     Top = 4
  36.     Width = 74
  37.     Height = 13
  38.     Cursor = crHandPoint
  39.     Caption = 'v4.5.0 (build 2)'
  40.     ParentShowHint = False
  41.     ShowHint = False
  42.     Transparent = True
  43.   end
  44.   object lblSophos: TLabel
  45.     Left = 32
  46.     Top = 35
  47.     Width = 134
  48.     Height = 13
  49.     Cursor = crHandPoint
  50.     Caption = 'Virus detection from Sophos'
  51.     ParentShowHint = False
  52.     ShowHint = False
  53.     Transparent = True
  54.     Visible = False
  55.   end
  56.   object ThemeForm: TTeForm2
  57.     ThemeObject = 'Splash'
  58.     Left = 280
  59.     Top = 8
  60.   end
  61. end
  62.